GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer~AddLineArrowAnnotInteractive / AddLineArrowAnnotInteractive(Int32,Single,Single,Single,Boolean,Single) Method





In This Topic
AddLineArrowAnnotInteractive(Int32,Single,Single,Single,Boolean,Single) Method
In This Topic
Syntax
'Declaration
 
Public Overloads Sub AddLineArrowAnnotInteractive( _
   ByVal BorderColor As Integer, _
   ByVal BorderWidth As Single, _
   ByVal ArrowWidth As Single, _
   ByVal ArrowHeight As Single, _
   ByVal ArrowFilled As Boolean, _
   ByVal Opacity As Single _
) 
public void AddLineArrowAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity
)
public procedure AddLineArrowAnnotInteractive( 
    BorderColor: Integer;
    BorderWidth: Single;
    ArrowWidth: Single;
    ArrowHeight: Single;
    ArrowFilled: Boolean;
    Opacity: Single
); 
public function AddLineArrowAnnotInteractive( 
   BorderColor : int,
   BorderWidth : float,
   ArrowWidth : float,
   ArrowHeight : float,
   ArrowFilled : boolean,
   Opacity : float
);
public: void AddLineArrowAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity
) 
public:
void AddLineArrowAnnotInteractive( 
   int BorderColor,
   float BorderWidth,
   float ArrowWidth,
   float ArrowHeight,
   bool ArrowFilled,
   float Opacity
) 

Parameters

BorderColor
BorderWidth
ArrowWidth
ArrowHeight
ArrowFilled
Opacity
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdViewer
GdViewer Members
Overload List